List of all members
MV_SAVE_IMAGE_PARAM_EX3 Class Reference

Includes parameters of image saving. More...

Inherits Structure.

Detailed Description

Includes parameters of image saving.

Parameters
pDataPOINTER(c_ubyte), Input data buffer.
nDataLenc_uint, Input data lenght.
enPixelTypeMvGvspPixelType , Pixel format.
nWidthc_uint, Image width.
nHeightc_uint, Image height.
pImageBufferPOINTER(c_ubyte), Output image buffer.
nImageLenc_uint, Output image length.
nBufferSizec_uint, Provided output buffer size.
enImageTypeMV_SAVE_IAMGE_TYPE , Image format.
nJpgQualityc_uint, Encoding quality, range: (50, 99].
iMethodValuec_uint, Interpolation mode for converting Bayer to RGB 24. 0: fast, 1: equilibrium, 2: optimal, 3: optimal plus. The values 0 and 3 are not supported for pixel formats of RBGG, BRGG, GGRB, and GGBR.
nReservedc_uint * 3, Reserved.